#index .index-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a;
}
#index .index-banner .swiper-container {
  height: 100%;
}
#index .index-banner .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
#index .index-banner .slide1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#index .index-banner .slide1 > img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .slide1 .text-position {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#index .index-banner .slide1 .text-position .container .title .en {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
#index .index-banner .slide1 .text-position .container .title .cn {
  font-size: 70px;
  line-height: 70px;
  margin-top: 20px;
  color: #da251d;
  font-weight: bold;
}
#index .index-banner .slide1 .text-position .container .info {
  margin-top: 30px;
}
#index .index-banner .slide1 .text-position .container .info .line {
  width: 110px;
  height: 3px;
  background-color: #f5f5f5;
}
#index .index-banner .slide1 .text-position .container .info .tt {
  font-size: 30px;
  line-height: 30px;
  margin-top: 20px;
  color: #fff;
}
#index .index-banner .index-prev, #index .index-banner .index-next {
  width: 60px;
  height: 60px;
  background-size: 50px 24px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 100;
  outline: none;
  cursor: pointer;
}
#index .index-banner .index-prev {
  left: 60px;
  background-image: url("../img/left.png");
}
#index .index-banner .index-next {
  right: 60px;
  background-image: url("../img/right.png");
}
#index .index-banner .down-icon {
  position: absolute;
  width: 58px;
  height: 58px;
  background-image: url("../img/bottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  left: calc(50% - 29px);
  bottom: 50px;
  transition: all 0.6s linear;
  z-index: 100;
  cursor: pointer;
}
#index .index-banner .down-icon:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
}
#index .index-about {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#index .index-about .about-cont {
  width: 86.5%;
  max-width: 1660px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
#index .index-about .about-cont .left {
  width: 40%;
  max-width: 665px;
  margin-top: 40px;
}
#index .index-about .about-cont .left h1 {
  font-size: 32px;
  line-height: 32px;
}
#index .index-about .about-cont .left .cont {
  margin-top: 40px;
}
#index .index-about .about-cont .left .num-box {
  display: flex;
  margin-top: 50px;
}
#index .index-about .about-cont .left .num-box .item {
  width: 25%;
}
#index .index-about .about-cont .left .num-box .item .num {
  font-size: 16px;
  color: #005bac;
}
#index .index-about .about-cont .left .num-box .item .num span {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
#index .index-about .about-cont .left .num-box .item .tt {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#index .index-about .about-cont .right {
  width: 55%;
  max-width: 880px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#index .index-about .about-cont .right img {
  width: 100%;
  opacity: 0;
}
#index .index-product {
  width: 100%;
  background-image: url("../img/05.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 60px;
}
#index .index-product .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#index .index-product .product-list .item {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 2.66%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#index .index-product .product-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#index .index-product .product-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#index .index-product .product-list .item .info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
}
#index .index-product .product-list .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -320px;
  left: 0;
  z-index: 10;
  background-color: #005bac;
  padding: 30px 10%;
  color: #fff;
  transition: all 0.3s linear;
}
#index .index-product .product-list .item .mask .tt {
  text-align: center;
  font-size: 20px;
}
#index .index-product .product-list .item .mask .desc {
  font-size: 16px;
  margin-top: 50px;
}
#index .index-product .product-list .item .mask .add-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/07.png");
  margin-top: 30px;
}
#index .index-product .product-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#index .index-product .product-list .item:hover .mask {
  top: 0;
}
#index .index-product .product-list .item:nth-of-type(4n) {
  margin-right: 0;
}
#index .index-product .com-more {
  margin: 0 auto;
  margin-top: 20px;
}
#index .application-box {
  padding: 50px 0 35px;
}
#index .application-box .apply-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#index .application-box .apply-list .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;
  display: block;
}
#index .application-box .apply-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#index .application-box .apply-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#index .application-box .apply-list .item .info {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
}
#index .application-box .apply-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#index .application-box .apply-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#index .application-box .com-more {
  margin: 0 auto;
  margin-top: 30px;
}
#index .index-contact {
  padding: 60px 0;
  background-color: #f0f0f0;
}
#index .index-contact .tops {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#index .index-contact .tops .index-title {
  text-align: left;
}
#index .index-contact .tops .index-title.title01 {
  width: 40%;
}
#index .index-contact .contact-box {
  background-color: #fff;
  padding: 40px 50px 30px 30px;
  display: flex;
  justify-content: space-between;
}
#index .index-contact .contact-box .left {
  width: 55%;
}
#index .index-contact .contact-box .left .map {
  height: 480px;
}
#index .index-contact .contact-box .left .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
#index .index-contact .contact-box .left .items .item {
  display: flex;
  align-items: center;
}
#index .index-contact .contact-box .left .items .item img {
  width: 20px;
  margin-right: 10px;
}
#index .index-contact .contact-box .left .items .item.item01 {
  width: 44%;
}
#index .index-contact .contact-box .left .items .item.item02 {
  width: 30%;
}
#index .index-contact .contact-box .left .items .item.item03 {
  width: 26%;
}
#index .index-contact .contact-box .right {
  width: 38%;
}
#index .index-contact .contact-box .right .lines {
  display: flex;
  margin-bottom: 20px;
}
#index .index-contact .contact-box .right .lines .label {
  font-size: 16px;
  color: #333;
  flex-shrink: 0;
  width: 65px;
  height: 60px;
  line-height: 60px;
  padding-right: 15px;
  text-align: right;
}
#index .index-contact .contact-box .right .lines input, #index .index-contact .contact-box .right .lines textarea {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  flex: 1;
  padding-left: 20px;
}
#index .index-contact .contact-box .right .lines input::-webkit-input-placeholder, #index .index-contact .contact-box .right .lines textarea::-webkit-input-placeholder {
  color: #999 !important;
}
#index .index-contact .contact-box .right .lines input:-moz-placeholder, #index .index-contact .contact-box .right .lines textarea:-moz-placeholder {
  color: #999 !important;
}
#index .index-contact .contact-box .right .lines input:-ms-input-placeholder, #index .index-contact .contact-box .right .lines textarea:-ms-input-placeholder {
  color: #999 !important;
}
#index .index-contact .contact-box .right .lines input {
  height: 60px;
}
#index .index-contact .contact-box .right .lines textarea {
  padding-top: 20px;
  height: 120px;
  resize: none;
}
#index .index-contact .contact-box .right .lines .code-img {
  width: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 10px;
  background-color: rgb(243, 202, 240);
}
#index .index-contact .contact-box .right .lines .code-img img {
  width: 100%;
}
#index .index-contact .contact-box .right .tijiao-btn {
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #da251d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  display: block;
  margin: 0 auto;
}
#index .partner-box {
  padding-bottom: 60px;
  padding-top: 80px;
}
#index .partner-box .partner-items {
  margin-top: 50px;
}
#index .partner-box .partner-items .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index .partner-box .partner-items .items .item {
  width: 20%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 50px;
}
#index .partner-box .partner-items .items .item img {
  height: auto;
}

#about .about-box {
  display: flex;
  justify-content: flex-end;
  padding: 80px 0 90px;
}
#about .about-box .about-box-inner {
  width: 86.5%;
  max-width: 1660px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#about .about-box .about-box-inner .info-box {
  width: 24%;
}
#about .about-box .about-box-inner .info-box .index-title {
  text-align: left;
}
#about .about-box .about-box-inner .info-box .info {
  margin-top: 60px;
}
#about .about-box .about-box-inner .info-box .info .tag {
  width: 49px;
  height: 45px;
  display: block;
  background-image: url("../img/32.png");
  background-size: 49px 45px;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-box .about-box-inner .info-box .info .tt {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #005bac;
  margin-top: 30px;
}
#about .about-box .about-box-inner .info-box .info .desc {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
#about .about-box .about-box-inner .pic-box {
  width: 57%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}
#about .about-box .about-box-inner .pic-box img {
  width: 100%;
  opacity: 0;
}
#about .about-box .about-box-inner .pic-box .inner-pic {
  width: 45%;
  position: absolute;
  padding: 15px;
  background-color: #fff;
  bottom: -40px;
  left: -35%;
}
#about .about-box .about-box-inner .pic-box .inner-pic .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about .about-box .about-box-inner .pic-box .inner-pic .pic img {
  width: 100%;
  opacity: 0;
}
#about .honor-box {
  width: 100%;
  padding: 70px 0 80px;
  background-image: url("../img/33.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#about .honor-box .honor-items {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#about .honor-box .honor-items .left-items {
  width: 48.5%;
  display: flex;
}
#about .honor-box .honor-items .left-items .left {
  padding: 10% 5% 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#about .honor-box .honor-items .left-items .left .desc {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
}
#about .honor-box .honor-items .left-items .left .items {
  display: flex;
  align-items: center;
  text-align: center;
}
#about .honor-box .honor-items .left-items .left .items .item {
  margin-right: 30px;
}
#about .honor-box .honor-items .left-items .left .items img {
  height: 40px;
}
#about .honor-box .honor-items .left-items .left .items p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#about .honor-box .honor-items .left-items .pic {
  width: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
#about .honor-box .honor-items .left-items .pic img {
  width: 100%;
  opacity: 0;
}
#about .honor-box .honor-items .right-items {
  width: 48.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .honor-box .honor-items .right-items .item {
  width: 47%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#about .honor-box .honor-items .right-items .item .mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
#about .honor-box .honor-items .right-items .item .mask .large {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-image: url("../img/34.png");
  background-position: center;
  display: block;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
#about .honor-box .honor-items .right-items .item img {
  width: 100%;
  opacity: 0;
}
#about .honor-box .honor-items .right-items .item:nth-of-type(1), #about .honor-box .honor-items .right-items .item:nth-of-type(2) {
  margin-bottom: 25px;
}
#about .company-culture {
  padding: 80px 0;
}
#about .company-culture .container {
  margin-top: 50px;
}
#about .company-culture .items-box {
  width: 100%;
  display: flex;
}
#about .company-culture .items-box .info-box {
  width: 50%;
  padding: 8% 5% 3% 0;
}
#about .company-culture .items-box .info-box .title-box {
  color: #005bac;
  position: relative;
}
#about .company-culture .items-box .info-box .title-box .cn {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
#about .company-culture .items-box .info-box .title-box .en {
  font-size: 16px;
  margin-top: 15px;
}
#about .company-culture .items-box .info-box .title-box .num {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  position: absolute;
  color: #f5f5f5;
  z-index: -1;
  left: 0;
  bottom: 40px;
}
#about .company-culture .items-box .info-box .info {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 40px;
}
#about .company-culture .items-box .pic-box {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about .company-culture .items-box .pic-box img {
  width: 100%;
  opacity: 0;
}
#about .company-culture .items-box.reserve {
  display: flex;
  flex-direction: row-reverse;
}
#about .company-culture .items-box.reserve .info-box {
  padding: 8% 0 0 5%;
}
#about .development-box {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 80px;
}
#about .development-box .desc-box {
  width: 44%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
  margin: 0 auto;
  margin-top: 20px;
}
#about .development-box .development-banner {
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
#about .development-box .development-banner .develop-swiper .swiper-slide {
  width: 25% !important;
}
#about .development-box .development-banner .develop-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#about .development-box .development-banner .develop-swiper .swiper-slide .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#about .development-box .development-banner .develop-swiper .swiper-slide .info .num-box {
  color: #fff;
  font-size: 16px;
}
#about .development-box .development-banner .develop-swiper .swiper-slide .info .num-box span {
  font-size: 50px;
  line-height: 50px;
}
#about .development-box .development-banner .develop-swiper .swiper-slide .info .desc {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
#about .team-box {
  padding: 80px 0 100px;
}
#about .team-box .team-banner {
  height: auto;
  width: 83.333%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
#about .team-box .team-banner .container {
  width: 100%;
}
#about .team-box .team-banner .team-swiper .swiper-slide {
  width: 31% !important;
}
#about .team-box .team-banner .team-swiper .pic {
  width: 100%;
  overflow: hidden;
}
#about .team-box .team-banner .team-swiper .pic img {
  width: 100%;
}
#about .team-box .team-banner .team-swiper .info-box {
  height: 90px;
  background-color: #f7f7f7;
  padding-top: 20px;
  text-align: center;
}
#about .team-box .team-banner .team-swiper .info-box .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
#about .team-box .team-banner .team-swiper .info-box .t2 {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  margin-top: 10px;
}
#about .team-box .team-banner .prev, #about .team-box .team-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  outline: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 24px;
}
#about .team-box .team-banner .prev {
  left: 0;
  background-image: url("../img/36.png");
}
#about .team-box .team-banner .next {
  right: 0;
  background-image: url("../img/35.png");
}

#product .product-nav {
  padding: 40px 0;
}
#product .product-nav .items {
  display: flex;
}
#product .product-nav .items .item {
  width: 12.5%;
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
}
#product .product-nav .items .item .img {
  height: 90px;
  margin: 0 auto;
}
#product .product-nav .items .item .img img {
  height: 100%;
}
#product .product-nav .items .item p {
  font-size: 16px;
  color: #333;
  margin-top: 50px;
}
#product .product-nav .items .item.active p, #product .product-nav .items .item:hover p {
  color: #005bac;
  font-weight: bold;
}
#product .product-nav .items .item.active:after, #product .product-nav .items .item:hover:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #005bac;
  bottom: -40px;
  left: calc(50% - 25px);
  border-radius: 2px;
}
#product .product-box {
  background-color: #f7f7f7;
  padding: 50px 0 60px;
}
#product .product-box .tops-items {
  display: flex;
  justify-content: space-between;
}
#product .product-box .tops-items .left {
  width: 23%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#product .product-box .tops-items .left > img {
  width: 100%;
  opacity: 0;
}
#product .product-box .tops-items .left .info-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10% 5% 0;
  color: #fff;
}
#product .product-box .tops-items .left .info-box .img {
  width: 78%;
  margin: 0 auto;
}
#product .product-box .tops-items .left .info-box .img img {
  width: 100%;
}
#product .product-box .tops-items .left .info-box .title-box {
  text-align: center;
}
#product .product-box .tops-items .left .info-box .title-box .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
}
#product .product-box .tops-items .left .info-box .title-box .tt {
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
}
#product .product-box .tops-items .left .info-box .title-box .line {
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 6px;
}
#product .product-box .tops-items .left .info-box .desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  height: 260px;
  overflow-y: auto;
}
#product .product-box .tops-items .left .info-box .desc::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}
#product .product-box .tops-items .left .info-box .desc::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#product .product-box .tops-items .left .info-box .desc::-webkit-scrollbar-thumb {
  background-color: #005bac;
}
#product .product-box .tops-items .left .info-box .download {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  display: block;
  background-color: #fff;
  color: #005bac;
  margin-top: 20px;
}
#product .product-box .tops-items .right {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
}
#product .product-box .tops-items .right .item {
  width: 30%;
  margin-left: 3.333%;
  margin-bottom: 3.333%;
  transition: all 0.6s;
  display: block;
}
#product .product-box .tops-items .right .item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-box .tops-items .right .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-box .tops-items .right .item .info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
}
#product .product-box .tops-items .right .item:hover {
  box-shadow: 0px 8px 29px 2px #e6e6e6;
}
#product .product-box .tops-items .right .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-box .bottoms-items {
  margin-top: 25px;
  display: flex;
}
#product .product-box .bottoms-items .item {
  width: 23%;
  margin-right: 2.666%;
  transition: all 0.6s;
  display: block;
  background-color: #fff;
}
#product .product-box .bottoms-items .item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-box .bottoms-items .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-box .bottoms-items .item .info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
}
#product .product-box .bottoms-items .item:nth-of-type(4n) {
  margin-right: 0;
}
#product .product-box .bottoms-items .item:hover {
  box-shadow: 0px 8px 29px 2px #e6e6e6;
}
#product .product-box .bottoms-items .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-box .bottoms-items .item.more-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/42.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#product .product-box .bottoms-items .item.more-item .cn p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
#product .product-box .bottoms-items .item.more-item .en {
  margin-top: 10px;
}
#product .product-box .bottoms-items .item.more-item .en p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
#product .product-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 110px;
}
#product .product-cont .left-cont {
  width: 74%;
  background-color: #fff;
  padding: 60px 30px;
}
#product .product-cont .left-cont .title-box {
  text-align: center;
}
#product .product-cont .left-cont .title-box .title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  color: #333;
}
#product .product-cont .left-cont .title-box .desc {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
#product .product-cont .left-cont .title-box .desc span {
  display: inline-block;
  margin-right: 20px;
}
#product .product-cont .left-cont .img {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#product .product-cont .left-cont .img img {
  width: 49%;
  height: auto;
  margin-bottom: 2%;
}
#product .product-cont .left-cont .cont-box .pro-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-top: 40px;
}
#product .product-cont .left-cont .cont-box .pro-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #005bac;
  bottom: 0;
  left: 0;
}
#product .product-cont .left-cont .cont-box .content {
  padding: 30px 0 50px;
  overflow-x: auto;
}
#product .product-cont .left-cont .cont-box .content img {
  max-width: 100%;
}
#product .product-cont .left-cont .cont-box .content a {
  text-decoration: underline !important;
  color: rgb(0, 0, 238) !important;
}
#product .product-cont .right-cont {
  width: 23%;
  background-color: #fff;
  padding: 40px 30px;
}
#product .product-cont .right-cont .title {
  font-size: 20px;
  font-weight: bold;
}
#product .product-cont .right-cont .title span {
  display: inline-block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #005bac;
  font-size: 14px;
  font-weight: normal;
  border: solid 1px #005bac;
  margin-right: 5px;
}
#product .product-cont .right-cont .tt {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
#product .product-cont .right-cont .download {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(-55deg, #005bac 0%, #2385dd 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 28px;
  margin-top: 70px;
}
#product .product-cont .right-cont .txt {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

#case .case-title .cn {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
#case .case-title .en {
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}
#case .case-title.white .cn {
  color: #fff;
}
#case .case-title.white .en {
  color: rgba(255, 255, 255, 0.7);
}
#case .case-container {
  margin-top: 55px;
  margin-bottom: 100px;
}
#case .case-container .case-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#case .case-container .case-list .item {
  width: 31%;
  margin-right: 2.333%;
  margin-bottom: 2.333%;
  background-color: #fff;
  transition: all 0.6s;
  display: block;
}
#case .case-container .case-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#case .case-container .case-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#case .case-container .case-list .item .info {
  padding: 30px;
  background-color: #fff;
}
#case .case-container .case-list .item .info .title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
#case .case-container .case-list .item .info .desc {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 20px;
}
#case .case-container .case-list .item .info .more {
  color: #005bac;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
#case .case-container .case-list .item:hover {
  box-shadow: 0px 8px 29px 2px #e6e6e6;
}
#case .case-container .case-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#case .case-container .case-list .item:nth-of-type(3n) {
  margin-right: 0;
}
#case .case-content {
  padding: 80px 0 110px;
}
#case .case-content .case-detail {
  width: 51%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#case .case-content .case-detail .title {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
}
#case .case-content .case-detail .desc {
  margin-top: 10px;
  text-align: center;
}
#case .case-content .case-detail .desc span {
  font-size: 16px;
  color: #666;
  margin-right: 30px;
}
#case .case-content .case-detail .content {
  padding: 40px 0;
}
#case .case-content .case-detail .content img {
  max-width: 100%;
}
#case .case-content .case-detail .detail-page .page {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
#case .case-content .case-detail .detail-page .page span {
  color: #666;
  margin-right: 15px;
}
#case .case-content .case-detail .detail-page .page.prev {
  background-color: #f0f0f0;
}
#case .case-content .case-detail .detail-page .page.next {
  background-color: #e6e6e6;
}
#case .case-top {
  border-bottom: 1px solid #f0f0f0;
  position: static;
  top: 0;
  z-index: 0;
  transition: all 0.6s;
}
#case .case-top .case-nav {
  padding: 80px 0 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#case .case-top .case-nav .item {
  font-size: 16px;
  color: #333;
  width: 14.2857142857%;
  text-align: center;
  cursor: pointer;
}
#case .case-top .case-nav .item img {
  height: 50px;
}
#case .case-top .case-nav .item p {
  margin-top: 30px;
}
#case .case-top.case-top-fix {
  width: 100%;
  top: 70px;
  z-index: 100;
  position: fixed;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
#case .case01-box {
  padding: 80px 0;
}
#case .case01-box .case-item {
  display: flex;
}
#case .case01-box .case-item .info-box {
  width: 50%;
  padding: 70px 0 40px;
}
#case .case01-box .case-item .info-box .desc {
  width: 80%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
#case .case01-box .case-item .info-box .com-more {
  margin-top: 40px;
}
#case .case01-box .case-item .pic-box {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#case .case01-box .case-item .pic-box img {
  width: 100%;
  opacity: 0;
}
#case .case01-box .case-item.reserve {
  flex-direction: row-reverse;
}
#case .case01-box .case-item.reserve .info-box {
  padding: 70px 0 0 5%;
}
#case .case01-box .case-item.reserve .info-box .com-more {
  padding-left: 70px;
}
#case .case01-box .case-item.reserve .info-box .com-more:after {
  left: -33px;
  right: unset;
}
#case .case02-box {
  display: flex;
}
#case .case02-box .left {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 40%;
  flex-shrink: 0;
}
#case .case02-box .left img {
  width: 100%;
  opacity: 0;
}
#case .case02-box .left .mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(20, 102, 176, 0.9);
  padding: 15% 10% 5% 34%;
}
#case .case02-box .left .mask .desc {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 300px;
  overflow-y: auto;
}
#case .case02-box .left .mask .desc::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}
#case .case02-box .left .mask .desc::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#case .case02-box .left .mask .desc::-webkit-scrollbar-thumb {
  background-color: #005bac;
}
#case .case02-box .left .mask .com-more {
  margin-top: 40px;
}
#case .case02-box .right {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#case .case02-box .right img {
  width: 100%;
  opacity: 0;
}
#case .case03-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
#case .case03-box .items {
  width: 49.5%;
  text-align: center;
  background-color: #e7e7e9;
  padding: 80px 0;
  display: block;
}
#case .case03-box .items .info {
  width: 45%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
#case .case03-box .items .more {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  color: #005bac;
  font-size: 16px;
  line-height: 30px;
}
#case .case03-box .items img {
  height: 340px;
  margin-top: 20px;
}
#case .case04-box {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#case .case04-box > img {
  width: 100%;
  opacity: 0;
}
#case .case04-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 80px;
  text-align: center;
}
#case .case04-box .bg .info {
  width: 26.5%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
}
#case .case04-box .bg .more {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  color: #005bac;
  font-size: 16px;
  line-height: 30px;
}

#news .news-container {
  margin-top: 55px;
  margin-bottom: 110px;
}
#news .news-container .news-items {
  display: flex;
  flex-wrap: wrap;
}
#news .news-container .news-items .item {
  width: 31%;
  margin-right: 2.333%;
  margin-bottom: 2.333%;
  background-color: #fff;
  transition: all 0.6s;
  display: block;
}
#news .news-container .news-items .item .pic {
  width: 100%;
  overflow: hidden;
}
#news .news-container .news-items .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#news .news-container .news-items .item .info {
  padding: 30px;
  background-color: #fff;
}
#news .news-container .news-items .item .info .title {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
#news .news-container .news-items .item .info .date {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
#news .news-container .news-items .item .info .desc {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 20px;
}
#news .news-container .news-items .item:hover {
  box-shadow: 0px 8px 29px 2px #e6e6e6;
}
#news .news-container .news-items .item:hover .info .title {
  color: #005bac;
}
#news .news-container .news-items .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#news .news-container .news-items .item:nth-of-type(3n) {
  margin-right: 0;
}
#news .news-container .load-more {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #ebebeb;
  display: block;
  transition: all 0.6s;
}
#news .news-container .load-more:hover {
  background-color: #005bac;
  color: #fff;
}

#contact .gps-box {
  background-color: #f7f7f7;
  padding: 80px 0;
}
#contact .gps-box .map-box {
  display: flex;
  background-color: #fff;
  padding: 30px;
  margin-top: 50px;
}
#contact .gps-box .map-box .map {
  width: 55%;
  height: 480px;
}
#contact .gps-box .map-box .info {
  flex: 1;
  padding: 20px 20px 0 4%;
}
#contact .gps-box .map-box .info .title .cn {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
#contact .gps-box .map-box .info .title .en {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
#contact .gps-box .map-box .info .desc {
  margin-top: 15px;
}
#contact .gps-box .map-box .info .desc p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#contact .gps-box .map-box .info .img {
  width: 65%;
  margin-top: 20px;
}
#contact .gps-box .map-box .info .img img {
  width: 100%;
}
#contact .online-box {
  padding: 80px 0;
}
#contact .online-box .online-items {
  height: 230px;
  background-color: #f7f7f7;
  margin-top: 50px;
}
#contact .online-box .online-items .items {
  display: flex;
  align-items: center;
  height: 100%;
}
#contact .online-box .online-items .items .item {
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
#contact .online-box .online-items .items .item img {
  width: 72px;
}
#contact .online-box .online-items .items .item p {
  font-size: 20px;
  color: #666;
  margin-top: 20px;
}
#contact .online-box .online-items .items .item .code-box {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#contact .online-box .online-items .items .item .code-box img {
  width: 100%;
}
#contact .online-box .online-items .items .item .phone-number {
  display: none;
}
#contact .online-box .online-items .items .item:hover .code-box {
  display: block;
}
#contact .online-box .online-items .items .item:hover .phone-number {
  display: block;
}
#contact .online-box .online-items .items .item:hover .number {
  display: none;
}
#contact .partner-box {
  padding-bottom: 100px;
}
#contact .partner-box .partner-items {
  margin-top: 50px;
}
#contact .partner-box .partner-items .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#contact .partner-box .partner-items .items .item {
  width: 20%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 50px;
}
#contact .partner-box .partner-items .items .item img {
  height: auto;
}

#technical .result-box {
  padding: 80px 0;
  background-color: #fff;
}
#technical .result-box .result-items {
  display: flex;
  margin-top: 50px;
  position: relative;
}
#technical .result-box .result-items .left {
  width: 46%;
  position: relative;
}
#technical .result-box .result-items .left > img {
  width: 100%;
}
#technical .result-box .result-items .left .large {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/80.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
#technical .result-box .result-items .right {
  padding: 20px 20px 0 5%;
}
#technical .result-box .result-items .right .title .en {
  font-size: 30px;
  line-height: 36px;
  color: #f0f0f0;
}
#technical .result-box .result-items .right .title .cn {
  font-size: 24px;
  color: #005bac;
  font-weight: bold;
  margin-top: 15px;
}
#technical .result-box .result-items .right .title .cn .tag {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
#technical .result-box .result-items .right .title .line {
  width: 64px;
  height: 3px;
  background-color: #005bac;
  margin-top: 10px;
}
#technical .result-box .result-items .right .desc-box {
  margin-top: 30px;
}
#technical .result-box .result-items .right .desc-box .tt {
  font-size: 14px;
  color: #999;
  margin-bottom: 6px;
}
#technical .result-box .result-items .right .desc-box .desc p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
#technical .result-box .result-items .right .prev-next {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#technical .result-box .result-items .right .prev-next .page {
  width: 58px;
  height: 58px;
  background-size: 58px 58px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 30px;
  cursor: pointer;
}
#technical .result-box .result-items .right .prev-next .page.prev {
  background-image: url("../img/78.png");
}
#technical .result-box .result-items .right .prev-next .page.next {
  background-image: url("../img/79.png");
}
#technical .download-box {
  padding: 70px 0 120px;
}
#technical .download-box .download-cont {
  display: flex;
  justify-content: flex-end;
}
#technical .download-box .download-cont .download-banner {
  width: 86.5%;
  max-width: 1660px;
  position: relative;
}
#technical .download-box .download-cont .download-banner .download-swiper {
  margin-top: 50px;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-wrapper {
  align-items: stretch;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide {
  background-color: #fff;
  width: 19% !important;
  padding: 20px 25px 90px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.6s;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info {
  padding-top: 50px;
  height: 315px;
  overflow-y: auto;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info::-webkit-scrollbar-thumb {
  background-color: #005bac;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .cn {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .cn .name {
  position: relative;
  z-index: 1;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .cn .num {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #f7f7f7;
  position: absolute;
  z-index: 0;
  top: -50px;
  left: 0;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .en {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .desc {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .download {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  color: #005bac;
  display: block;
  text-align: center;
  border: 1px solid rgba(0, 91, 172, 0.3);
  margin-top: 20px;
  transition: all 0.6s;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide:hover {
  box-shadow: 0px 8px 29px 2px #e6e6e6;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide:hover .info-box .info .title-box .cn {
  color: #005bac;
}
#technical .download-box .download-cont .download-banner .download-swiper .swiper-slide:hover .info-box .download {
  background-color: #005bac;
  border: 1px solid #005bac;
  color: #fff;
}
#technical .download-box .download-cont .download-banner .prev, #technical .download-box .download-cont .download-banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -80px;
  outline: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 24px;
}
#technical .download-box .download-cont .download-banner .prev {
  left: 0;
  background-image: url("../img/36.png");
}
#technical .download-box .download-cont .download-banner .next {
  right: 21%;
  background-image: url("../img/35.png");
}
#technical .message-box {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/77.png");
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
#technical .message-box .form-box {
  margin-top: 50px;
}
#technical .message-box .form-box input::-webkit-input-placeholder, #technical .message-box .form-box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
#technical .message-box .form-box input:-moz-placeholder, #technical .message-box .form-box textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
#technical .message-box .form-box input:-ms-input-placeholder, #technical .message-box .form-box textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
#technical .message-box .form-box .input-line {
  height: 60px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#technical .message-box .form-box .input-line .item {
  width: 33.33%;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#technical .message-box .form-box .input-line .item .label {
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  margin-right: 20px;
}
#technical .message-box .form-box .input-line .item input {
  width: 80%;
  height: 80%;
  padding-left: 15px;
  background-color: transparent;
  border: 0;
  color: #fff;
}
#technical .message-box .form-box .input-line .item input:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#technical .message-box .form-box .input-line .item:last-of-type {
  border: 0;
}
#technical .message-box .form-box .text-box {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 0;
}
#technical .message-box .form-box .text-box .label {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
  margin-top: 15px;
}
#technical .message-box .form-box .text-box textarea {
  width: 90%;
  height: 240px;
  padding: 15px;
  resize: none;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 0;
}
#technical .message-box .form-box .text-box textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#technical .message-box .form-box .code-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#technical .message-box .form-box .code-box .code-line {
  display: flex;
  align-items: center;
}
#technical .message-box .form-box .code-box .code-line .label {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
#technical .message-box .form-box .code-box .code-line input {
  width: 250px;
  height: 60px;
  padding-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background-color: transparent;
}
#technical .message-box .form-box .code-box .code-line .img {
  width: 150px;
  height: 60px;
  line-height: 60px;
  background-color: #edcafe;
  margin-left: 10px;
  cursor: pointer;
}
#technical .message-box .form-box .code-box .code-line .img img {
  width: 100%;
}
#technical .message-box .form-box .tijiao-btn {
  width: 160px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 1900px) {
  #index .index-about .about-cont .left .num-box .item .num span {
    font-size: 36px;
    line-height: 36px;
  }
  #index .index-product .product-list .item .mask .desc {
    margin-top: 30px;
  }
  #index .index-contact .contact-box .left {
    width: 61%;
  }
  #index .index-contact .contact-box {
    padding: 30px;
  }
  #about .team-box .team-banner {
    width: 98%;
  }
  #case .case02-box .left .mask .desc {
    height: 250px;
    padding-right: 10px;
  }
  #case .case02-box .left .mask {
    padding: 10% 10% 5% 34%;
  }
  #product .product-box .tops-items .left .info-box .desc {
    height: 220px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    width: 92%;
  }
  #index .index-about .about-cont {
    width: 96%;
  }
  #index .index-contact .contact-box .left {
    width: 58%;
  }
  #index .index-about .about-cont .left {
    width: 48%;
  }
  #index .index-about .about-cont .right {
    width: 50%;
  }
  #about .team-box .team-banner .container {
    width: 88%;
  }
  #about .about-box .about-box-inner .pic-box {
    width: 50%;
  }
  #about .about-box .about-box-inner .info-box {
    width: 28%;
  }
  #about .about-box .about-box-inner .pic-box .inner-pic {
    padding: 10px;
  }
  #about .about-box .about-box-inner {
    width: 96%;
  }
  #case .case02-box .left .mask {
    padding: 10% 10% 5% 10%;
  }
  #case .case-content .case-detail {
    width: 100%;
  }
  #product .product-box .tops-items .left .info-box .title-box .title {
    font-size: 24px;
    line-height: 24px;
  }
  #product .product-box .tops-items .left .info-box .title-box .tt {
    font-size: 20px;
    line-height: 20px;
  }
  #technical .download-box .download-cont .download-banner {
    width: 96%;
  }
}
@media screen and (max-width: 1460px) {
  #index .index-banner .slide1 .text-position .container .title .en {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-banner .slide1 .text-position .container .title .cn {
    font-size: 45px;
    line-height: 45px;
  }
  #index .index-banner .slide1 .text-position .container .info {
    margin-top: 20px;
  }
  #index .index-banner .slide1 .text-position .container .info .tt {
    font-size: 28px;
  }
  #index .index-banner .index-prev, #index .index-banner .index-next {
    top: 85%;
  }
  #case .case02-box .left .mask .desc {
    height: 200px;
  }
  #case .case03-box .items {
    padding: 60px 0;
  }
  #case .case04-box .bg {
    padding-top: 60px;
  }
  #case .case03-box .items img {
    height: 230px;
  }
  #case .case03-box .items .info {
    margin-top: 30px;
  }
  #case .case01-box .case-item.reserve .info-box .com-more {
    padding-left: 30px;
  }
  #index .index-contact .contact-box .left .map {
    overflow-x: auto;
  }
  #index .index-contact .contact-box .left .map::-webkit-scrollbar-thumb {
    background-color: #da251d;
  }
  #index .index-contact .contact-box .left .map::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  #index .index-contact .contact-box .left .map img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #contact .gps-box .map-box .map {
    overflow-x: auto;
  }
  #contact .gps-box .map-box .map::-webkit-scrollbar-thumb {
    background-color: #da251d;
  }
  #contact .gps-box .map-box .map::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  #contact .gps-box .map-box .map img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 1386px) {
  #about .about-box .about-box-inner .info-box .info .tt {
    font-size: 28px;
  }
  #about .development-box .development-banner .develop-swiper .swiper-slide .info {
    padding: 0 10%;
  }
  #contact .gps-box .map-box .map {
    height: 430px;
  }
  #technical .result-box .result-items .right .title .en {
    font-size: 24px;
    line-height: 28px;
  }
  #technical .result-box .result-items .right .prev-next {
    margin-top: 20px;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide {
    width: 22% !important;
  }
}
@media screen and (max-width: 1300px) {
  #index .index-banner .slide1 .text-position .container .title .en {
    font-size: 20px;
    line-height: 20px;
  }
  #index .index-banner .slide1 .text-position .container .title .cn {
    font-size: 30px;
    line-height: 30px;
  }
  #index .index-banner .slide1 .text-position .container .info {
    margin-top: 15px;
  }
  #index .index-banner .slide1 .text-position .container .info .tt {
    font-size: 20px;
  }
  .com-more {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
  }
  .com-more:after {
    width: 45px;
    right: -24px;
  }
  #index .index-banner .down-icon {
    bottom: 24px;
  }
  #index .index-about .about-cont .left .num-box {
    margin-top: 30px;
  }
  #index .index-about .about-cont .left .num-box .item .num span {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-product .product-list .item .mask {
    padding: 20px 5%;
  }
  #index .index-product .product-list .item .mask .tt {
    font-size: 16px;
  }
  #index .index-product .product-list .item .mask .desc {
    margin-top: 15px;
    font-size: 14px;
  }
  #index .index-contact .contact-box .right .lines .label {
    height: 45px;
    line-height: 45px;
  }
  #index .index-contact .contact-box .right .lines input {
    height: 45px;
  }
  #index .index-contact .contact-box .right .lines .code-img {
    flex-shrink: 0;
    width: 15%;
    height: 45px;
    line-height: 45px;
  }
  .index-title .cn {
    font-size: 22px;
    line-height: 22px;
  }
  .index-title .en {
    font-size: 18px;
    line-height: 18px;
  }
  #index .index-contact .contact-box .right .tijiao-btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  #about .about-box .about-box-inner .info-box .info .tt {
    font-size: 24px;
  }
  a#about .company-culture .items-box .info-box {
    padding: 6% 5% 0 0;
  }
  #about .company-culture .items-box .info-box .title-box .num {
    font-size: 90px;
    line-height: 90px;
    bottom: 30px;
  }
  #about .company-culture .items-box .info-box .info {
    margin-top: 20px;
  }
  #about .team-box .team-banner .prev, #about .team-box .team-banner .next {
    width: 45px;
    height: 45px;
    top: calc(50% - 22px);
    background-size: 40px 17px;
  }
  #about .development-box .development-banner .develop-swiper .swiper-slide .info .num-box span {
    font-size: 40px;
    line-height: 40px;
  }
  #about .development-box .development-banner .develop-swiper .swiper-slide .info .desc {
    font-size: 14px;
    line-height: 24px;
  }
  #case .case01-box .case-item .info-box {
    padding: 40px 0;
  }
  #case .case01-box .case-item.reserve .info-box {
    padding: 40px 0 0 5%;
  }
  #case .case01-box .case-item .info-box .desc {
    width: 90%;
  }
  #case .case02-box .left .mask .desc {
    font-size: 14px;
    line-height: 26px;
    height: 150px;
    margin-top: 20px;
  }
  #case .case02-box .left .mask .com-more {
    margin-top: 30px;
  }
  #case .case-title .cn {
    font-size: 24px;
    line-height: 24px;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info {
    height: 270px;
    padding-top: 30px;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .cn {
    font-size: 18px;
    line-height: 26px;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .cn .num {
    font-size: 70px;
    line-height: 80px;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide {
    width: 28% !important;
  }
  #technical .message-box .form-box .tijiao-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  #index .index-banner {
    height: 3.7rem;
  }
  #index .index-banner .slide1 .text-position .container .title .en {
    font-size: 14px;
  }
  #index .index-banner .slide1 .text-position .container .title .cn {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
  #index .index-banner .slide1 .text-position .container .info {
    margin-top: 0.2rem;
  }
  #index .index-banner .slide1 .text-position .container .info .tt {
    font-size: 14px;
    margin-top: 10px;
  }
  #index .index-banner .slide1 .text-position .container .info .line {
    width: 1rem;
    height: 2px;
  }
  .com-more {
    margin-top: 0.2rem;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.1rem;
    font-size: 12px;
  }
  #index .index-banner .down-icon {
    width: 0.6rem;
    height: 0.6rem;
    left: calc(50% - 0.3rem);
    display: none;
  }
  #index .index-banner .index-prev, #index .index-banner .index-next {
    width: 1rem;
    height: 1rem;
    background-size: 0.5rem 0.24rem;
    top: unset;
    bottom: 0;
    display: none;
  }
  #index .index-banner .index-prev {
    left: 0.5rem;
  }
  #index .index-banner .index-next {
    right: 0.5rem;
  }
  .m-height {
    display: block;
  }
  #index .index-about .about-cont {
    padding: 0.6rem 3%;
    flex-wrap: wrap;
    width: 100%;
  }
  #index .index-about .about-cont .left {
    width: 100%;
    margin-top: 0;
  }
  #index .index-about .about-cont .left h1 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }
  #index .index-about .about-cont .left .cont {
    margin-top: 0.4rem;
  }
  #index .index-about .about-cont .left .num-box {
    flex-wrap: wrap;
  }
  #index .index-about .about-cont .left .num-box .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
  #index .index-about .about-cont .left .num-box .item .tt {
    margin-top: 0.1rem;
  }
  #index .index-about .about-cont .left .num-box .item .num span {
    font-size: 24px;
    line-height: 24px;
  }
  #index .index-about .about-cont .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index .index-product {
    padding: 0.6rem 0;
  }
  .index-title .cn {
    font-size: 16px;
    line-height: 18px;
  }
  .index-title .en {
    font-size: 14px;
    line-height: 16px;
  }
  #index .index-product .product-list {
    margin-top: 0.6rem;
  }
  #index .index-product .product-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #index .index-product .product-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #index .index-product .product-list .item .info {
    height: 1rem;
    line-height: 1rem;
  }
  #index .index-product .product-list .item .mask .add-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.3rem;
  }
  #index .index-product .product-list .item .mask .desc {
    margin-top: 0.2rem;
  }
  #index .index-product .product-list .item .mask {
    padding: 0.2rem 5%;
  }
  #index .application-box {
    padding: 0.6rem 0;
  }
  #index .application-box .apply-list {
    margin-top: 0.6rem;
  }
  #index .application-box .apply-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #index .application-box .apply-list .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #index .application-box .apply-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #index .application-box .apply-list .item .info {
    font-size: 14px;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #index .application-box .com-more {
    margin-top: 0.3rem;
  }
  #index .index-contact {
    padding: 0.6rem 0;
  }
  #index .index-contact .contact-box {
    padding: 0.3rem;
  }
  #index .index-contact .tops {
    margin-bottom: 0.4rem;
  }
  #index .index-contact .contact-box {
    display: flex;
    flex-wrap: wrap;
  }
  #index .index-contact .contact-box .left {
    width: 100%;
  }
  #index .index-contact .contact-box .left .map {
    height: 6rem;
  }
  #index .index-contact .contact-box .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index .index-contact .contact-box .left .items {
    flex-wrap: wrap;
  }
  #index .index-contact .contact-box .left .items .item {
    width: 100% !important;
    line-height: 2.5em;
  }
  #index .index-contact .contact-box .right .lines .label {
    width: 1rem;
    font-size: 14px;
    text-align: left;
    padding-right: 0;
  }
  #index .index-contact .contact-box .right .lines input {
    padding-left: 0.2rem;
  }
  #index .index-contact .contact-box .right .lines textarea {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    height: 2rem;
  }
  #index .index-contact .contact-box .right .lines.has-code input {
    width: 3rem;
    flex: unset;
  }
  #index .index-contact .contact-box .right .lines .code-img {
    width: 33%;
  }
  .footer .foot-top .tops-box .logo {
    width: 3.5rem;
  }
  .footer .foot-top .foot-box .foot-right .foot-list {
    display: none;
  }
  .footer .foot-top .foot-box {
    flex-wrap: wrap;
  }
  .footer .foot-top .foot-box .foot-left {
    width: 100%;
  }
  .footer .foot-top .foot-box .foot-right {
    width: 100%;
  }
  .footer .foot-top .foot-box .foot-left .items .item {
    margin-top: 0.2rem;
    font-size: 14px;
  }
  .footer .foot-top .foot-box .foot-left .items {
    margin-top: 0.4rem;
  }
  .footer .foot-top .foot-box .foot-right .code-box {
    justify-content: center;
  }
  .footer .foot-top .foot-box .foot-right .code-box .code-box-inner {
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .text {
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .footer .foot-top {
    padding: 0 0 0.4rem;
  }
  .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .code {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer .foot-top .foot-box .foot-right .code-box .code-box-inner .text p {
    font-size: 14px;
  }
  .footer .foot-bottom {
    padding: 0.3rem 3%;
    height: auto;
    flex-wrap: wrap;
  }
  .footer .foot-bottom .tech-box {
    margin-left: 0;
  }
  .inner-banner {
    height: 2rem;
  }
  .inner-banner .inner-box {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .inner-banner .inner-box .text-box .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-banner .inner-box .text-box .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #about .about-box {
    padding: 0.6rem 3%;
  }
  #about .about-box .about-box-inner {
    width: 100%;
    flex-wrap: wrap;
  }
  #about .about-box .about-box-inner .info-box {
    width: 100%;
  }
  #about .about-box .about-box-inner .pic-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #about .about-box .about-box-inner .info-box .info .desc {
    margin-top: 0.4rem;
  }
  #about .about-box .about-box-inner .info-box .info .tag {
    width: 0.49rem;
    height: 0.45rem;
    background-size: 0.49rem 0.45rem;
  }
  #about .about-box .about-box-inner .info-box .info {
    margin-top: 0.4rem;
  }
  #about .about-box .about-box-inner .pic-box .inner-pic {
    display: none;
  }
  #about .about-box .about-box-inner .info-box .info .tt {
    margin-top: 0.3rem;
  }
  #about .about-box .about-box-inner .info-box .info .desc {
    font-size: 14px;
    line-height: 1.5em;
  }
  #about .honor-box {
    padding: 0.6rem 0;
  }
  #about .honor-box .honor-items {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-items .left-items {
    width: 100%;
    flex-wrap: wrap;
  }
  #about .honor-box .honor-items .right-items {
    width: 100%;
    margin-top: 0.2rem;
  }
  #about .honor-box .honor-items .left-items .left {
    width: 100%;
    padding: 5%;
  }
  #about .honor-box .honor-items .left-items .left .desc {
    margin-bottom: 0.4rem;
  }
  #about .honor-box .honor-items .left-items .left .items img {
    height: 30px;
  }
  #about .honor-box .honor-items .left-items .left .desc {
    font-size: 14px;
    line-height: 28px;
  }
  #about .honor-box .honor-items .left-items .left .items p {
    font-size: 14px;
  }
  #about .honor-box .honor-items .right-items .item {
    width: 49%;
    margin-bottom: 2% !important;
  }
  #about .honor-box .honor-items .left-items .pic {
    width: 100%;
  }
  #about .company-culture {
    padding: 0.6rem 0;
  }
  #about .company-culture .items-box {
    flex-wrap: wrap;
  }
  #about .company-culture .items-box .info-box {
    width: 100%;
    padding: 5% 0 !important;
  }
  #about .company-culture .items-box .info-box .title-box .cn {
    font-size: 22px;
    line-height: 22px;
  }
  #about .company-culture .container {
    margin-top: 0.4rem;
  }
  #about .company-culture .items-box .info-box .info {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 28px;
  }
  #about .company-culture .items-box .pic-box {
    width: 100%;
  }
  #about .development-box {
    padding-top: 0.6rem;
  }
  #about .development-box .desc-box {
    width: 96%;
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #about .development-box .development-banner {
    height: 5rem;
    margin-top: 0.4rem;
  }
  #about .development-box .development-banner .develop-swiper {
    height: 100%;
  }
  #about .development-box .development-banner .develop-swiper .swiper-slide {
    width: 46% !important;
  }
  #about .development-box .development-banner .develop-swiper .swiper-slide .info .desc {
    font-size: 12px;
    margin-top: 0.2rem;
    height: 3rem;
    overflow-y: auto;
  }
  #about .development-box .development-banner .develop-swiper .swiper-slide .info .num-box span {
    font-size: 30px;
    line-height: 30px;
  }
  #about .team-box {
    padding: 0.6rem 0;
  }
  #about .team-box .team-banner {
    margin-top: 0.4rem;
  }
  #about .team-box .team-banner .team-swiper .swiper-slide {
    width: 48.25% !important;
  }
  .inner-footer {
    height: auto;
    padding: 0.2rem 0;
  }
  .inner-footer .bottoms .left {
    width: 100%;
    flex-wrap: wrap;
  }
  .inner-footer .bottoms .right {
    width: 100%;
  }
  .inner-footer .bottoms .right {
    width: 100%;
  }
  .inner-footer .bottoms {
    flex-wrap: wrap;
    line-height: 2em;
  }
  #about .team-box .team-banner .team-swiper .info-box .t1 {
    font-size: 18px;
  }
  #about .team-box .team-banner .team-swiper .info-box .t2 {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  .inner-footer .bottoms a.ml30 {
    margin-left: 0 !important;
  }
  #about .team-box .team-banner .team-swiper .info-box {
    height: auto;
    padding: 0.2rem 0;
  }
  #case .case-top .case-nav {
    padding: 0.6rem 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #case .case-top .case-nav .item {
    flex-shrink: 0;
    width: 30%;
  }
  #case .case-top .case-nav .item img {
    height: 0.8rem;
  }
  #case .case-top .case-nav .item p {
    margin-top: 0.4rem;
  }
  #case .case01-box {
    padding: 0.4rem 0 0.6rem;
  }
  #case .case-title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  #case .case01-box .case-item .info-box {
    padding: 0.4rem 0 !important;
    width: 100%;
  }
  #case .case01-box .case-item .info-box .desc {
    margin-top: 0.4rem;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  #case .case01-box .case-item {
    flex-wrap: wrap;
  }
  #case .case01-box .case-item .pic-box {
    width: 100%;
  }
  #case .case01-box .case-item .info-box .com-more {
    margin-top: 0.4rem;
  }
  #case .case01-box .case-item.reserve .info-box .com-more {
    padding-left: 0.4rem;
  }
  #case .case02-box {
    flex-wrap: wrap;
  }
  #case .case02-box .left {
    width: 100%;
    height: 7rem;
  }
  #case .case02-box .left .mask {
    padding: 5% 3%;
  }
  #case .case02-box .left .mask .desc {
    height: 3rem;
  }
  #case .case02-box .right {
    width: 100%;
  }
  #case .case03-box {
    flex-wrap: wrap;
  }
  #case .case03-box .items {
    padding: 0.6rem 3%;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #case .case03-box .items img {
    height: 3rem;
  }
  #case .case03-box .items .info {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 24px;
  }
  #case .case04-box .bg {
    padding: 0.4rem 3%;
  }
  #case .case04-box {
    height: 6rem;
  }
  #case .case04-box .bg .info {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #case .case04-box .bg .more {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 24px;
  }
  .bread-box {
    height: 1rem;
  }
  .bread-box .items > a {
    line-height: 1rem;
  }
  .bread-box .items {
    font-size: 12px;
  }
  .bread-box .items .arr {
    margin: 0 0.1rem;
  }
  .bread-box .items .arr {
    background-size: 0.08rem 0.16rem;
  }
  #case .case-content {
    padding: 0.6rem 0;
  }
  #case .case-content .case-detail .title {
    font-size: 20px;
    line-height: 24px;
  }
  #case .case-content .case-detail .content {
    padding: 0.4rem 0;
  }
  #case .case-content .case-detail {
    width: 92%;
  }
  #case .case-content .case-detail .detail-page .page {
    font-size: 14px;
  }
  #case .case-container {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  #case .case-container .case-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #case .case-container .case-list .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #case .case-container .case-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #case .case-container .case-list .item .info {
    padding: 0.2rem;
  }
  #case .case-container .case-list .item .info .title {
    font-size: 16px;
  }
  #case .case-container .case-list .item .info .desc {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  #case .case-container .case-list .item .info .more {
    margin-top: 0.3rem;
    font-size: 14px;
  }
  .pages-box .item {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 12px;
    margin-right: 0.1rem;
  }
  .pages-box .item.prev, .pages-box .item.next {
    width: 1rem;
  }
  .pages-box .item.last {
    width: 0.8rem;
  }
  #contact .gps-box {
    padding: 0.6rem 0;
  }
  #contact .gps-box .map-box {
    padding: 0.3rem 0.1rem;
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #contact .gps-box .map-box .map {
    width: 100%;
    height: 4rem;
  }
  #contact .gps-box .map-box .info .desc {
    margin-top: 0.2rem;
  }
  #contact .gps-box .map-box .info .desc p {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .gps-box .map-box .info .img {
    width: 100%;
  }
  #contact .online-box {
    padding: 0.6rem 0;
  }
  #contact .online-box .online-items {
    margin-top: 0.6rem;
  }
  #contact .online-box .online-items .items .item img {
    width: 0.8rem;
  }
  #contact .online-box .online-items .items .item p {
    font-size: 16px;
    margin-top: 0.2rem;
  }
  #contact .online-box .online-items {
    height: 3rem;
  }
  #contact .partner-box .partner-items .items .item {
    width: 50%;
    height: 1rem;
    margin-bottom: 0.4rem;
  }
  #contact .partner-box {
    padding-bottom: 0.4rem;
  }
  #contact .partner-box .partner-items {
    margin-top: 0.6rem;
  }
  .second-nav {
    height: 1rem;
  }
  .second-nav .items .item {
    width: 30%;
    line-height: 1rem;
    font-size: 16px;
  }
  #news .news-container {
    margin: 0.6rem 0;
  }
  #news .news-container .news-items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #news .news-container .news-items .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #news .news-container .news-items .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #news .news-container .news-items .item .info {
    padding: 0.2rem;
  }
  #news .news-container .news-items .item .info .title {
    font-size: 16px;
  }
  #news .news-container .news-items .item .info .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #news .news-container .load-more {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
  }
  .bread-box .items {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bread-box .items > a {
    flex-shrink: 0;
  }
  .bread-box .items .arr {
    flex-shrink: 0;
  }
  #product .product-nav .items {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #product .product-nav {
    padding: 0.4rem 0;
  }
  #product .product-nav .items .item {
    width: 33.33%;
    flex-shrink: 0;
  }
  #product .product-nav .items .item .img {
    height: 1rem;
  }
  #product .product-nav .items .item p {
    margin-top: 0.4rem;
    font-size: 14px;
  }
  #product .product-box {
    padding: 0.6rem 0;
  }
  #product .product-box .tops-items .left {
    width: 100%;
  }
  #product .product-box .tops-items {
    flex-wrap: wrap;
  }
  #product .product-box .tops-items .left .info-box .desc {
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }
  #product .product-box .tops-items .left > img {
    display: none;
  }
  #product .product-box .tops-items .left .info-box {
    position: static;
    padding: 10% 5%;
  }
  #product .product-box .tops-items .left .info-box .title-box .title {
    font-size: 20px;
    line-height: 20px;
  }
  #product .product-box .tops-items .left .info-box .title-box .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #product .product-box .tops-items .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  #product .product-box .tops-items .right .item {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  #product .product-box .tops-items .right .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #product .product-box .tops-items .right .item .info {
    height: 1rem;
    line-height: 1rem;
  }
  #product .product-box .bottoms-items {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  #product .product-box .bottoms-items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #product .product-box .bottoms-items .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #product .product-box .bottoms-items .item .info {
    height: 1rem;
    line-height: 1rem;
  }
  #product .product-box .bottoms-items .item.more-item .cn p {
    font-size: 16px;
    line-height: 30px;
  }
  #product .product-box .bottoms-items .item.more-item .en {
    margin-top: 0.1rem;
  }
  #product .product-cont {
    flex-wrap: wrap;
  }
  #product .product-cont .left-cont {
    width: 100%;
    padding: 0.6rem 0.3rem;
  }
  #product .product-cont .left-cont .title-box .title {
    font-size: 20px;
    line-height: 32px;
  }
  #product .product-cont .left-cont .title-box .desc {
    font-size: 14px;
  }
  #product .product-cont .left-cont .img {
    margin-top: 0.4rem;
  }
  #product .product-cont .left-cont .cont-box .pro-title {
    margin-top: 0.4rem;
    padding-bottom: 0.2rem;
    font-size: 20px;
  }
  #product .product-cont .left-cont .cont-box .content {
    padding: 0.3rem 0;
  }
  #product .product-cont .right-cont {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  #product .product-cont .right-cont .download {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    margin-top: 0.4rem;
  }
  #product .product-cont {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #technical .result-box .result-items .right .desc-box {
    margin-top: 20px;
  }
  #technical .result-box {
    padding: 0.6rem 0;
  }
  #technical .result-box .result-items {
    flex-wrap: wrap;
  }
  #technical .result-box .result-items .left {
    width: 100%;
  }
  #technical .result-box .result-items .right {
    width: 100%;
  }
  #technical .result-box .result-items .right .title .en {
    font-size: 20px;
    line-height: 24px;
  }
  #technical .result-box .result-items .right .title .cn {
    font-size: 18px;
  }
  #technical .result-box .result-items .right .desc-box {
    margin-top: 0.2rem;
  }
  #technical .result-box .result-items .right {
    padding: 1.5rem 0 0;
    position: relative;
  }
  #technical .result-box .result-items .right .prev-next {
    position: absolute;
    top: 0;
  }
  #technical .result-box .result-items .right .prev-next .page {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100%;
    margin-right: 0.4rem;
  }
  #technical .result-box .result-items .right .desc-box .desc p {
    font-size: 14px;
  }
  #technical .download-box {
    padding: 0.6rem 0 1rem;
  }
  #technical .download-box .download-cont .download-banner {
    width: 96%;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide {
    width: 70% !important;
    padding: 0.2rem 0.2rem 1.6rem;
    background-color: #fff;
    height: 100% !important;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .download {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
    margin-top: 0.2rem;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-wrapper {
    height: 6rem !important;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info {
    height: 220px;
    padding-top: 20px;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .desc {
    font-size: 14px;
    line-height: 24px;
  }
  #technical .download-box .download-cont .download-banner .prev, #technical .download-box .download-cont .download-banner .next {
    width: 0.6rem;
    height: 0.6rem;
    bottom: -0.8rem;
    background-size: 0.5rem 0.24rem;
  }
  #technical .download-box .download-cont .download-banner .download-swiper {
    margin-top: 0.4rem;
    height: 6rem;
  }
  #technical .download-box .download-cont .download-banner .download-swiper .swiper-slide .info-box .info .title-box .cn .num {
    font-size: 36px;
    line-height: 36px;
    top: -0.4rem;
  }
  #technical .message-box {
    padding: 0.6rem 0;
  }
  #technical .message-box .form-box .input-line .item {
    width: 100%;
    height: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 0.2rem;
  }
  #technical .message-box .form-box .input-line .item .label {
    margin-right: 0.2rem;
  }
  #technical .message-box .form-box .input-line {
    height: auto;
    flex-wrap: wrap;
  }
  #technical .message-box .form-box .text-box {
    padding: 0.2rem;
  }
  #technical .message-box .form-box .text-box .label {
    margin-right: 0.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
  }
  #technical .message-box .form-box .text-box textarea {
    padding: 0.2rem;
    height: 4rem;
  }
  #technical .message-box .form-box .code-box .code-line input {
    width: 50%;
    height: 1rem;
  }
  #technical .message-box .form-box .code-box .code-line .label {
    font-size: 14px;
    margin-right: 0.2rem;
  }
  #technical .message-box .form-box .code-box .code-line .img {
    height: 1rem;
    width: 2rem;
  }
  #technical .message-box .form-box .tijiao-btn {
    width: 3.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 16px;
  }
  #technical .message-box .form-box {
    margin-top: 0.4rem;
  }
  .m-header {
    background-color: rgba(0, 0, 0, 0.8);
    height: 1rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 101;
  }
  .m-header .logo {
    width: 3rem;
    display: block;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .m-right {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .m-header .m-right .m-language {
    width: 100%;
    height: 100%;
    width: 0.6rem;
    text-align: center;
  }
  .m-header .m-right .m-language > a {
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 1rem;
    font-size: 16px;
  }
  .m-header .m-right .m-search {
    height: 100%;
    line-height: 1rem;
    width: 0.8rem;
    background-size: 0.26rem 0.26rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/search.png");
    margin-left: 0.2rem;
  }
  .m-header .m-right .menu-icon {
    height: 100%;
    line-height: 1rem;
    width: 1.4rem;
    background-size: 1.25rem 0.21rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/menus.png");
    margin-left: 0.2rem;
  }
  .m-search-cont {
    width: 100%;
    position: fixed;
    top: 1rem;
    left: 0;
    z-index: 1001;
    display: none;
  }
  .m-search-cont .search-cont {
    height: 1.3rem;
    background-color: rgb(0, 0, 0);
    line-height: 1.3rem;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
  }
  .m-search-cont .search-cont input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
  }
  .m-search-cont .search-cont .s-icon {
    width: 1rem;
    height: 100%;
    flex-shrink: 0;
    background-image: url("../img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.26rem 0.26rem;
  }
  .down-box-big {
    width: 100%;
    height: calc(100vh - 1rem);
    position: fixed;
    top: 1rem;
    background: #fff;
    left: 0;
    padding: 0;
    z-index: 1001;
    display: none;
  }
  .down-box-big .down-box {
    height: calc(100vh - 1rem);
    overflow-y: auto;
  }
  .down-box-big .down-box > li {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    position: relative;
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center;
    padding: 0 0.3rem;
    justify-content: space-between;
  }
  .down-box-big .down-box > li > a {
    width: 100%;
    height: 100%;
    color: #666;
    text-align: center;
    font-size: 0.3rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .down-box-big .down-box > li > a img {
    width: 0.17rem;
    height: 0.32rem;
  }
  .down-box-big .down-box > li span {
    color: #333;
    font-size: 0.28rem;
  }
  .down-box-big .down-box > li input {
    width: 30%;
    height: 0.5rem;
    border: none;
    border-bottom: 1px solid #005bac;
    padding-left: 10px;
    font-size: 12px;
    margin-left: 0.4rem;
  }
  .down-box-big .down-box > li input::-webkit-input-placeholder, .down-box-big .down-box > li input:-moz-placeholder, .down-box-big .down-box > li input:-ms-input-placeholder {
    color: #b4b5bf !important;
  }
  .down-box-big .down-box > li:hover a {
    color: #005bac;
  }
  .down-box-big .down-box .m-about-hover span {
    color: #333;
    font-size: 0.3rem;
  }
  .down-box-big .down-box .m-about-hover .icon-box i {
    font-size: 14px;
  }
  .down-box-big .down-box .m-about-hover .icon-box i.icon-26 {
    display: block;
  }
  .down-box-big .down-box .m-about-hover .icon-box i.icon-27 {
    display: none;
  }
  .down-box-big .down-box .m-about-hover.active {
    background-color: #f5fafe;
  }
  .down-box-big .down-box .m-about-hover.active span {
    color: #005bac;
  }
  .down-box-big .down-box .m-about-hover.active .icon-box i {
    color: #005bac;
  }
  .down-box-big .down-box .m-about-hover.active .icon-box i.icon-26 {
    display: none;
  }
  .down-box-big .down-box .m-about-hover.active .icon-box i.icon-27 {
    display: block;
  }
  .down-box-big .down-box .m-about-down {
    display: none;
  }
  .down-box-big .down-box .m-about-down .items {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.8rem;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0.3rem 0 0.5rem;
    box-sizing: border-box;
    color: #666;
  }
  .down-box-big .down-box .m-about-down .items:hover {
    background-color: #f5fafe;
  }
  .second-nav.second-nav-fix {
    top: 1rem;
  }
  #case .case-top.case-top-fix {
    top: 1rem;
  }
  .second-nav .items {
    border: 0;
  }
  #contact .online-box .online-items .items .item .code-box {
    width: 1.6rem;
  }
  #contact .online-box .online-items .items .item .phone-number {
    display: none;
  }
  #contact .online-box .online-items .items .item:hover .phone-number {
    display: none;
  }
  #contact .online-box .online-items .items .item:hover .number {
    display: block;
  }
  #index .partner-box .partner-items .items .item img {
    width: 100%;
  }
  #index .partner-box .partner-items .items {
    justify-content: space-between;
  }
  #index .partner-box .partner-items .items .item {
    width: 46%;
    margin-bottom: 0.4rem;
  }
  #index .partner-box {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}/*# sourceMappingURL=style.css.map */